From c5d55f3ec0f61ca5bc19472f3e395fa00f03a22f Mon Sep 17 00:00:00 2001 From: robertl Date: Thu, 22 Jun 2006 19:23:00 +0000 Subject: [PATCH] Improve doc for Garmin protocol module. Enumerate supported serial models. --- xmldoc/formats/garmin.xml | 57 ++++++++++++++++++++++++++++++++++----- 1 file changed, 51 insertions(+), 6 deletions(-) diff --git a/xmldoc/formats/garmin.xml b/xmldoc/formats/garmin.xml index fa4ee5f1f..000acd2ac 100644 --- a/xmldoc/formats/garmin.xml +++ b/xmldoc/formats/garmin.xml @@ -20,7 +20,6 @@ eTrex Venture CX eTrex VistaC eTrex Vista CX -Forerunner 201 Forerunner 205 Forerunner 301 Forerunner 305 @@ -39,8 +38,12 @@ GPSMAP 76CSX GPSMAP 76CX GPSMAP 96C -Quest II +Nuvi 300This unit uses GPX format, not Garmin protocol. Therefore one should communicate with it by reading and writing GPX files instead of using this format. +Nuvi 310 +Nuvi 350 +Nuvi 360 Quest +Quest II StreetPilot 2610 StreetPilot 2620 StreetPilot 2650 @@ -53,16 +56,58 @@ StreetPilot c320 StreetPilot c330 StreetPilot c340 -StreetPilot c510 -StreetPilot c530 -StreetPilot c550 +StreetPilot c510 +StreetPilot c530 +StreetPilot c550 StreetPilot i2 StreetPilot i3 StreetPilot i5 -and most serial units +and most serial units including: + +eMap +eTrex Camo +eTrex Legend +eTrex Summit +eTrex Venture +eTrex Vista +eTrex Yellow +Forerunner 201 +Foretrex 201 +Geko 201 +Geko 301 +GPS 12CX +GPS 12Map +GPS 12 +GPS 12XL +GPS III +GPS III+ +GPS II +GPS II+ +GPS V +StreetPilot III +StreetPilot III+ + + + + + None of the GPSBabel developers has access to every model on that + list, but we've received reports of success and/or have reasonable + expectations that the above models work. If you succeed with + a model that is not on that list, please send a message to the + gpsbabel-misc mailing list with the details so that we may add it. + + + + Not every feature on every model is supported. For example, + while we do extract data such as heart rate and temperature from + tracks on the sporting models like Edge and Forerunner, GPSBabel + is not a fitness program at its core and does not support features + like courses or calorie/fitness zone data. + + To communicate with a unit serially, use the name of that serial port such as "COM1" or "/dev/cu.serial". -- 2.30.2